Add permission block to workflow and fix code scanning alert#47
Add permission block to workflow and fix code scanning alert#47benferizi wants to merge 4 commits into
Conversation
Fix Code Scanning Alert github#1
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a permissions block to the GitHub Actions workflow to scope access and addresses a code scanning alert.
- Added a top-level
permissionsblock withcontents: read - (Fix for code scanning alert is implemented elsewhere)
|
benferizi:main |
lopezarmandocarlos21-del
left a comment
There was a problem hiding this comment.
mañana seguire con algoritmos de fechas y proyectos
| pull_request: | ||
| branches: | ||
| - main | ||
|
|
There was a problem hiding this comment.
ejecución de programas:
| branches: | ||
| - main | ||
|
|
||
|
|
There was a problem hiding this comment.
con algoritmo de fechas:
| - main | ||
|
|
||
|
|
||
|
|
|
|
||
| permissions: | ||
| contents: read | ||
|
|
There was a problem hiding this comment.
solicitar permiso 8 0 9
| @@ -1,17 +1,19 @@ | |||
| name: Build Backend and Frontend | |||
|
|
|||
| on: | |||
There was a problem hiding this comment.
comienza en martes/junio/2 de 2026 hora 2:05:10 pm
| name: Build Backend and Frontend | ||
|
|
||
| on: | ||
| pull_request: |
|
|
||
| on: | ||
| pull_request: | ||
| branches: |
There was a problem hiding this comment.
2028 fecha marzo 15 alas 12:05 am
| on: | ||
| pull_request: | ||
| branches: | ||
| - main |
There was a problem hiding this comment.
solicitas avances y considerar errores de programas o cambio de comentarios para nueva ejecucion
Introduce a permissions block to the workflow for enhanced security and address a code scanning alert identified in a previous pull request.